type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt16

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L248: 			return scanPlanTextAnyToInt16{}
		int.go#L811: 			return scanPlanTextAnyToInt16{}
		int.go#L1385: 			return scanPlanTextAnyToInt16{}
		int.go#L1799: type scanPlanTextAnyToInt16 struct{}
		int.go#L1801: func (scanPlanTextAnyToInt16) Scan(src []byte, dst any) error {